home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / comm / www / OpenURL30.lha / OpenURL / Developer / Source / prefs_main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-26  |  464 b   |  13 lines

  1. /*
  2. ** OpenURL - MUI preferences for openurl.library
  3. ** Written by Troels Walsted Hansen <troels@thule.no>
  4. ** Placed in the public domain.
  5. **
  6. ** Defines external symbols exported from prefs_main.c.
  7. */
  8.  
  9. extern struct IntuitionBase *IntuitionBase;
  10. extern struct Library *MUIMasterBase, *UtilityBase, *OpenURLBase;
  11. extern struct MUI_CustomClass *AppListClass, *BrowserEditWinClass, *MailerEditWinClass;
  12. extern STRPTR stringclassname, listviewclassname, listclassname;
  13.